SOCKETS.ISOPEN Function

The SOCKETS object is deprecated and may be removed in a future release. Use INET::Socket instead.

Syntax

Result_Flag as L = IsOpen()

Arguments

Result_Flag

.T. (TRUE) = The connection is open, .F. (FALSE) = The connection is closed

Description

The .ISOPEN() method returns .T. (TRUE) if the connection is open; .F. (FALSE) otherwise.

See Also